Skip to content

Comments

Fix tox-podman error and #344

Merged
hluk merged 2 commits intorelease-engineering:developfrom
hluk:fix-tox-docker
Feb 16, 2026
Merged

Fix tox-podman error and #344
hluk merged 2 commits intorelease-engineering:developfrom
hluk:fix-tox-docker

Conversation

@hluk
Copy link
Member

@hluk hluk commented Feb 16, 2026

Fixes the following error in GitHub Actions:

...
  File "/home/runner/work/resultsdb/resultsdb/.tox/.tox/lib/python3.13/site-packages/tox_docker/plugin.py", line 53, in get_gateway_ip
    ip = container.attrs["NetworkSettings"]["Gateway"] or "0.0.0.0"
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'Gateway'

Also drops slow unnecessary pre-commit hook, handled by MintMaker.

hluk added 2 commits February 16, 2026 12:09
Fixes the following error in GitHub Actions:

    ...
      File "/home/runner/work/resultsdb/resultsdb/.tox/.tox/lib/python3.13/site-packages/tox_docker/plugin.py", line 53, in get_gateway_ip
        ip = container.attrs["NetworkSettings"]["Gateway"] or "0.0.0.0"
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
    KeyError: 'Gateway'
@hluk hluk merged commit d08f838 into release-engineering:develop Feb 16, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant